home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / sat / msat09.tgz / README.INS < prev    next >
Text File  |  1994-09-17  |  2KB  |  57 lines

  1. Pretty simple really. The following commands should work for everybody:
  2.  
  3. bash$ xmkmf
  4. bash$ make all
  5. bash$ make install
  6.  
  7. For those without a working imake, my makefile is still in the src directory
  8. and should be adequate for all standard Linux systems.
  9.  
  10. The following programs are provided:
  11.  
  12. xpb        the broadcast protocol front end
  13. xpg        the ftl0 file upload program
  14. xtlm        telemetry display program        * NEW *
  15. downloaded    displays downloaded files
  16. directory    displays the directory
  17. message        creates the message to uploaded (can be called by xpg)
  18. viewtext    displays a received message (normally invoked by downloaded)
  19. viewlog        display the contents of some log files    * NEW *
  20. xweber        special program for downloading webersat images
  21. phs        general purpose PACSAT header stripper    * NEW *
  22.  
  23. Some of these programs are able to communicate. For example directory can be
  24. used to request Files and Directories. These requests are sent to xpb which
  25. sends the requests to the satellite.
  26.  
  27. To use these programs, the kernel AX25 code must be compiled into your kernel.
  28. It must be enabled with the axattach command.
  29.  
  30. You must set some environment variables for the system to work. These are
  31. listed below, those marked with a star (*) are mandatory, the others have
  32. reasonable defaults.
  33.  
  34. MYCALL        your callsign with or without SSID.        *
  35. SATELLITE    the callsign of the satellite sans SSID        *
  36.         PACSAT for AO-16 ?
  37.         LUSAT for LO-19 ?
  38.         UOSAT5 for UO-22
  39.         HL01 for KO-23
  40.         HL02 for KO-25
  41. BANNER        the location of your banner file (default ~/.sig)
  42. T1        the retry timeout for connected mode, T1 (default 20)
  43. MAXFRAMEDATA    maximum packet length in bytes, N1 (default 200)
  44.         Note that the window size is always 1.
  45. MAXDAYS        the maximum number of days for directory info to be kept.
  46.         (default 5)
  47. XTLM        if set, xtlm will use the file named in the environment
  48.         variable as an input file of captured telemetry data.
  49.         Otherwise the program operates on live data.
  50.  
  51. Have fun
  52.  
  53. Jonathan G4KLX
  54.  
  55. PACSATs: @ UO-22   @ KO-23   @ KO-25
  56. Internet: g4klx@amsat.org
  57.